Merge branch 'main' of github.com:Ajetski/dotfiles

This commit is contained in:
Adam Jeniski
2023-01-24 11:20:56 -05:00
4 changed files with 7 additions and 210 deletions
+1
View File
@@ -6,6 +6,7 @@ return require('packer').startup(function(use)
'nvim-telescope/telescope.nvim', tag = '0.1.0',
requires = { { 'nvim-lua/plenary.nvim' } }
}
use('tpope/vim-repeat')
--use('EdenEast/nightfox.nvim')
use({ 'nvim-treesitter/nvim-treesitter', { run = ':TSUpdate' } })
use('nvim-treesitter/playground')
+5
View File
@@ -8,6 +8,11 @@ vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true
vim.opt.foldlevel = 2
vim.opt.foldmethod = "expr"
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
vim.opt.foldcolumn = "3"
vim.opt.smartindent = true
vim.opt.wrap = true