added gitsigns
This commit is contained in:
parent
571446ff07
commit
067c4a3737
2 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ vim.cmd[[colorscheme nord]]
|
|||
-- Enable autopairs
|
||||
require('nvim-autopairs').setup{}
|
||||
|
||||
-- Enable gitsigns
|
||||
require('gitsigns').setup()
|
||||
|
||||
-- nvim-treesiter configuration: -- setup with all defaults
|
||||
require'nvim-treesitter.configs'.setup{
|
||||
ensure_installed = {"bash", "c", "c_sharp", "cmake", "cpp", "css", "dockerfile", "go", "html", "http", "java", "javascript", "json", "json5", "jsonc", "lua", "make", "markdown", "perl", "php", "pug", "python", "regex", "ruby", "toml", "tsx", "typescript", "vim", "vue", "wgsl", "yaml",},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue