updated spellcheck
This commit is contained in:
11
init.lua
11
init.lua
@@ -54,17 +54,6 @@ if theme_ok then
|
|||||||
matugen.setup()
|
matugen.setup()
|
||||||
end
|
end
|
||||||
|
|
||||||
-- grammar support for spellchecker
|
|
||||||
require('lspconfig').ltex.setup {
|
|
||||||
filetypes = { "markdown", "text", "tex", "gitcommit" },
|
|
||||||
settings = {
|
|
||||||
ltex = {
|
|
||||||
language = "en-US",
|
|
||||||
-- You can disable specific rules here if they are too annoying
|
|
||||||
disabledRules = { ["en-US"] = { "PROPER_NOUN_CAPITALIZATION" } },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
-- load lsp and bufferline plugins
|
-- load lsp and bufferline plugins
|
||||||
require("config.lsp")
|
require("config.lsp")
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
"hologram.nvim": { "branch": "main", "commit": "f5194f71ec1578d91b2e3119ff08e574e2eab542" },
|
"hologram.nvim": { "branch": "main", "commit": "f5194f71ec1578d91b2e3119ff08e574e2eab542" },
|
||||||
"inc-rename.nvim": { "branch": "main", "commit": "0074b551a17338ccdcd299bd86687cc651bcb33d" },
|
"inc-rename.nvim": { "branch": "main", "commit": "0074b551a17338ccdcd299bd86687cc651bcb33d" },
|
||||||
"lazy.nvim": { "branch": "main", "commit": "306a05526ada86a7b30af95c5cc81ffba93fef97" },
|
"lazy.nvim": { "branch": "main", "commit": "306a05526ada86a7b30af95c5cc81ffba93fef97" },
|
||||||
|
"ltex-ls.nvim": { "branch": "main", "commit": "968eac261279d88d7f1ed556aa2dbc535a7489fe" },
|
||||||
"lualine.nvim": { "branch": "master", "commit": "47f91c416daef12db467145e16bed5bbfe00add8" },
|
"lualine.nvim": { "branch": "master", "commit": "47f91c416daef12db467145e16bed5bbfe00add8" },
|
||||||
"mason-lspconfig.nvim": { "branch": "main", "commit": "a979821a975897b88493843301950c456a725982" },
|
"mason-lspconfig.nvim": { "branch": "main", "commit": "a979821a975897b88493843301950c456a725982" },
|
||||||
"mason.nvim": { "branch": "main", "commit": "44d1e90e1f66e077268191e3ee9d2ac97cc18e65" },
|
"mason.nvim": { "branch": "main", "commit": "44d1e90e1f66e077268191e3ee9d2ac97cc18e65" },
|
||||||
|
|||||||
@@ -4,12 +4,11 @@ return { -- adds lsp functionality and api for included languages
|
|||||||
dependencies = {
|
dependencies = {
|
||||||
{ "mason-org/mason.nvim", config = true }, -- The "App Store"
|
{ "mason-org/mason.nvim", config = true }, -- The "App Store"
|
||||||
{ "mason-org/mason-lspconfig.nvim", config = true }, -- The "Bridge"
|
{ "mason-org/mason-lspconfig.nvim", config = true }, -- The "Bridge"
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
'saghen/blink.cmp',
|
'saghen/blink.cmp',
|
||||||
version = '*', -- Downloads pre-built binaries (fast!)
|
version = '*', -- Downloads pre-built binaries (fast!)
|
||||||
opts = {
|
opts =
|
||||||
|
{
|
||||||
keymap = {
|
keymap = {
|
||||||
preset = 'none',
|
preset = 'none',
|
||||||
['<CR>'] = { 'select_next', 'fallback' },
|
['<CR>'] = { 'select_next', 'fallback' },
|
||||||
@@ -73,5 +72,6 @@ return { -- adds lsp functionality and api for included languages
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,3 +7,9 @@ symlinked
|
|||||||
Openrc
|
Openrc
|
||||||
dir
|
dir
|
||||||
Picoctf
|
Picoctf
|
||||||
|
nc
|
||||||
|
Gaviria
|
||||||
|
unix
|
||||||
|
linux
|
||||||
|
netcat
|
||||||
|
Ransomware
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user