mirror of
https://github.com/agresdominik/dotfiles.git
synced 2026-04-21 18:05:50 +00:00
Updated Neovim config to lua, cleaned up unneccecary plugins
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
require("nvim-treesitter.configs").setup({
|
||||
ensure_installed = {
|
||||
-- Programming Languages
|
||||
"lua", "python", "bash", "javascript", "typescript",
|
||||
"go", "java", "c", "cpp", "c_sharp", "rust",
|
||||
|
||||
-- Web Languages
|
||||
"html", "css", "scss", "json", "yaml", "toml", "xml",
|
||||
|
||||
-- Other formats
|
||||
"markdown", "markdown_inline", "sql", "dockerfile", "gitignore"
|
||||
},
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user