Improved configuration
This commit is contained in:
parent
80c1517f2e
commit
f2bf2de3d3
6 changed files with 21 additions and 5 deletions
4
.config/nvim/lua/plugins/disabled.lua
Normal file
4
.config/nvim/lua/plugins/disabled.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
{ "akinsho/bufferline.nvim", enabled = false },
|
||||
{ "folke/todo-comments.nvim", enabled = false },
|
||||
}
|
|
@ -6,5 +6,8 @@ return {
|
|||
hide_dotfiles = false,
|
||||
},
|
||||
},
|
||||
follow_current_file = {
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -2,6 +2,10 @@ return {
|
|||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
-- basics
|
||||
"bash",
|
||||
"json",
|
||||
"markdown",
|
||||
"lua",
|
||||
|
||||
-- web dev
|
||||
|
@ -10,7 +14,6 @@ return {
|
|||
"javascript",
|
||||
"typescript",
|
||||
"svelte",
|
||||
"json",
|
||||
|
||||
-- go
|
||||
"go",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue