i need to get a job wtf even are these changes
This commit is contained in:
@@ -29,6 +29,7 @@ return {
|
||||
vim.lsp.enable({
|
||||
"lua_ls",
|
||||
"ts_ls",
|
||||
"pylsp",
|
||||
"cssls",
|
||||
"nixd",
|
||||
"rust_analyzer",
|
||||
|
||||
@@ -6,6 +6,7 @@ return {
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup({
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"html",
|
||||
@@ -16,11 +17,11 @@ return {
|
||||
"norg_meta",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"python",
|
||||
"query",
|
||||
"regex",
|
||||
"tsx",
|
||||
"typescript",
|
||||
"python",
|
||||
"vim",
|
||||
"yaml",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user