Improved configuration
This commit is contained in:
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",
|
||||
|
Reference in New Issue
Block a user