Merge branch 'main' of github.com:Ajetski/dotfiles
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user