Compare commits
3 Commits
72e01ce321
...
feature/de
| Author | SHA1 | Date | |
|---|---|---|---|
| 31c93a8fe5 | |||
| aede270a03 | |||
| ae6d8b81e3 |
@@ -46,6 +46,7 @@ return {
|
|||||||
ripgrep = {
|
ripgrep = {
|
||||||
module = 'blink-ripgrep',
|
module = 'blink-ripgrep',
|
||||||
name = 'Ripgrep',
|
name = 'Ripgrep',
|
||||||
|
score_offset = -2,
|
||||||
-- the options below are optional, some default values are shown
|
-- the options below are optional, some default values are shown
|
||||||
---@module 'blink-ripgrep'
|
---@module 'blink-ripgrep'
|
||||||
---@type blink-ripgrep.Options
|
---@type blink-ripgrep.Options
|
||||||
|
|||||||
9
lua/crentist/lazy/decrypt.lua
Normal file
9
lua/crentist/lazy/decrypt.lua
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
return {}
|
||||||
|
-- return {
|
||||||
|
-- { dir = "~/.dotfiles/nvim-plugins/decrypt.nvim" },
|
||||||
|
-- -- config = function()
|
||||||
|
-- -- require "decrypt"
|
||||||
|
-- -- end
|
||||||
|
-- }
|
||||||
|
--
|
||||||
|
|
||||||
@@ -93,7 +93,7 @@ return {
|
|||||||
|
|
||||||
lspconfig.yamlls.setup {}
|
lspconfig.yamlls.setup {}
|
||||||
lspconfig.helm_ls.setup {
|
lspconfig.helm_ls.setup {
|
||||||
settingsa = {
|
settings = {
|
||||||
['helm-ls'] = {
|
['helm-ls'] = {
|
||||||
yamlls = {
|
yamlls = {
|
||||||
enabled = false
|
enabled = false
|
||||||
|
|||||||
Reference in New Issue
Block a user