reduced required lsp and treesitter plugins
This commit is contained in:
parent
c9ec0ac6fb
commit
6f2f634e44
4 changed files with 38 additions and 20 deletions
|
@ -30,15 +30,15 @@ return {
|
|||
"tsserver",
|
||||
"html",
|
||||
"cssls",
|
||||
"tailwindcss",
|
||||
-- "tailwindcss",
|
||||
"svelte",
|
||||
"lua_ls",
|
||||
"graphql",
|
||||
-- "graphql",
|
||||
-- "typos_lsp",
|
||||
"emmet_ls",
|
||||
"prismals",
|
||||
"pyright",
|
||||
"lemminx",
|
||||
-- "prismals",
|
||||
-- "pyright",
|
||||
-- "lemminx",
|
||||
"hyprls",
|
||||
"textlsp",
|
||||
"yamlls",
|
||||
|
|
|
@ -16,31 +16,30 @@ return {
|
|||
ensure_installed = {
|
||||
"bash",
|
||||
"fish",
|
||||
"http",
|
||||
"html",
|
||||
"php",
|
||||
"css",
|
||||
"scss",
|
||||
-- "http",
|
||||
-- "html",
|
||||
-- "php",
|
||||
-- "css",
|
||||
-- "scss",
|
||||
"gitignore",
|
||||
"git_config",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"dockerfile",
|
||||
-- "dockerfile",
|
||||
"yaml",
|
||||
"json",
|
||||
"javascript",
|
||||
"typescript",
|
||||
"graphql",
|
||||
-- "json",
|
||||
-- "javascript",
|
||||
-- "typescript",
|
||||
-- "graphql",
|
||||
"lua",
|
||||
"query",
|
||||
"c",
|
||||
"prisma",
|
||||
"hyprlang",
|
||||
-- "query",
|
||||
-- "c",
|
||||
-- "prisma",
|
||||
-- "hyprlang",
|
||||
"ini",
|
||||
"passwd",
|
||||
"vim",
|
||||
"vimdoc",
|
||||
-- "sh",
|
||||
},
|
||||
incremental_selection = {
|
||||
enable = true,
|
||||
|
|
7
lua/pika/plugins/true-zen.lua
Normal file
7
lua/pika/plugins/true-zen.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"Pocco81/TrueZen.nvim",
|
||||
cmd = { "TZAtaraxis", "TZMinimalist" },
|
||||
config = function()
|
||||
require("configs.truezen") -- just an example path
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue