mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): more spelling related settings
This commit is contained in:
@@ -66,6 +66,7 @@ vim.cmd([[
|
|||||||
augroup _ft_json
|
augroup _ft_json
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd FileType json syntax match Comment +\/\/.\+$+
|
autocmd FileType json syntax match Comment +\/\/.\+$+
|
||||||
|
autocmd Filetype json setlocal ts=2 sts=2 sw=2
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
augroup _ft_ruby
|
augroup _ft_ruby
|
||||||
|
|||||||
@@ -21,13 +21,12 @@ null_ls.setup({
|
|||||||
code_actions.gitsigns,
|
code_actions.gitsigns,
|
||||||
code_actions.proselint,
|
code_actions.proselint,
|
||||||
completion.luasnip,
|
completion.luasnip,
|
||||||
-- completion.spell,
|
completion.spell,
|
||||||
-- diagnostics.codespell,
|
-- diagnostics.codespell,
|
||||||
diagnostics.eslint, -- Eslint
|
diagnostics.eslint, -- Eslint
|
||||||
-- diagnostics.eslint_d, -- Eslint
|
-- diagnostics.eslint_d, -- Eslint
|
||||||
diagnostics.flake8, -- Python
|
diagnostics.flake8, -- Python
|
||||||
diagnostics.gitlint,
|
diagnostics.gitlint,
|
||||||
diagnostics.jsonlint,
|
|
||||||
diagnostics.markdownlint.with({ extra_args = { "--rules ~MD033" } }),
|
diagnostics.markdownlint.with({ extra_args = { "--rules ~MD033" } }),
|
||||||
diagnostics.stylelint,
|
diagnostics.stylelint,
|
||||||
diagnostics.tsc,
|
diagnostics.tsc,
|
||||||
@@ -37,7 +36,6 @@ null_ls.setup({
|
|||||||
formatting.autopep8, -- Python
|
formatting.autopep8, -- Python
|
||||||
formatting.black.with({ extra_args = { "--fast" } }), -- Python
|
formatting.black.with({ extra_args = { "--fast" } }), -- Python
|
||||||
formatting.eslint_d,
|
formatting.eslint_d,
|
||||||
formatting.json_tool,
|
|
||||||
formatting.markdownlint,
|
formatting.markdownlint,
|
||||||
formatting.prettierd,
|
formatting.prettierd,
|
||||||
-- formatting.prettier.with({ extra_args = { "--single-quote" } }),
|
-- formatting.prettier.with({ extra_args = { "--single-quote" } }),
|
||||||
|
|||||||
@@ -26,3 +26,10 @@ GitHub
|
|||||||
Django
|
Django
|
||||||
WordPress
|
WordPress
|
||||||
CMS
|
CMS
|
||||||
|
macOS
|
||||||
|
MacPorts
|
||||||
|
Homebrew
|
||||||
|
CSS
|
||||||
|
SCSS
|
||||||
|
PNG
|
||||||
|
API
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user