2 Commits

Author SHA1 Message Date
aede270a03 fix typo in lsp 2025-07-12 20:59:17 +03:00
ae6d8b81e3 adjust score for completion 2025-07-12 20:59:05 +03:00
2 changed files with 2 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ return {
ripgrep = {
module = 'blink-ripgrep',
name = 'Ripgrep',
score_offset = -2,
-- the options below are optional, some default values are shown
---@module 'blink-ripgrep'
---@type blink-ripgrep.Options

View File

@@ -93,7 +93,7 @@ return {
lspconfig.yamlls.setup {}
lspconfig.helm_ls.setup {
settingsa = {
settings = {
['helm-ls'] = {
yamlls = {
enabled = false