File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1+ -- https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/server_configurations/helm_ls.lua
2+ return {
3+ settings = {
4+ [" helm-ls" ] = {
5+ yamlls = {
6+ path = " yaml-language-server" ,
7+ },
8+ },
9+ },
10+ }
Original file line number Diff line number Diff line change @@ -20,5 +20,10 @@ custom["powerman/vim-plugin-AnsiEsc"] = {
2020 lazy = true ,
2121 cmd = " AnsiEsc" ,
2222}
23+ custom [" towolf/vim-helm" ] = {
24+ lazy = true ,
25+ -- event = "BufReadPost",
26+ ft = " yaml" ,
27+ }
2328
2429return custom
Original file line number Diff line number Diff line change 11-- Please check `lua/core/settings.lua` to view the full list of configurable settings
22local settings = {}
33
4- settings [" colorscheme" ] = " catppuccin"
54settings [" transparent_background" ] = true
65
7- settings [" disabled_plugins" ] = {
8- " fatih/vim-go" ,
9- }
6+ settings [" disabled_plugins" ] = {}
107
118return settings
You can’t perform that action at this time.
0 commit comments