mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Rename clean screenshots, nvim configuration updates
This commit is contained in:
@@ -123,4 +123,24 @@ return {
|
||||
vim.keymap.set('n', '<c-u>', actions.test, default_options)
|
||||
end
|
||||
},
|
||||
{
|
||||
"andrewferrier/wrapping.nvim",
|
||||
opts = {
|
||||
auto_set_mode_filetype_allowlist = {
|
||||
"asciidoc",
|
||||
"gitcommit",
|
||||
"latex",
|
||||
"markdown",
|
||||
"tex",
|
||||
"text"
|
||||
},
|
||||
},
|
||||
config = function()
|
||||
require("wrapping").setup({
|
||||
softener = {
|
||||
markdown = 1.3
|
||||
},
|
||||
})
|
||||
end
|
||||
},
|
||||
}
|
||||
|
||||
@@ -23,6 +23,7 @@ return {
|
||||
"jsonls",
|
||||
"jedi_language_server",
|
||||
"lua_ls",
|
||||
"marksman",
|
||||
"terraformls",
|
||||
"tsserver",
|
||||
"texlab",
|
||||
@@ -92,6 +93,7 @@ return {
|
||||
"jsonls",
|
||||
"jedi_language_server",
|
||||
"lua_ls",
|
||||
"marksman",
|
||||
"sourcekit",
|
||||
"terraformls",
|
||||
"tsserver",
|
||||
|
||||
Reference in New Issue
Block a user