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
|
||||
autocmd!
|
||||
autocmd FileType json syntax match Comment +\/\/.\+$+
|
||||
autocmd Filetype json setlocal ts=2 sts=2 sw=2
|
||||
augroup END
|
||||
|
||||
augroup _ft_ruby
|
||||
|
||||
@@ -21,13 +21,12 @@ null_ls.setup({
|
||||
code_actions.gitsigns,
|
||||
code_actions.proselint,
|
||||
completion.luasnip,
|
||||
-- completion.spell,
|
||||
completion.spell,
|
||||
-- diagnostics.codespell,
|
||||
diagnostics.eslint, -- Eslint
|
||||
-- diagnostics.eslint_d, -- Eslint
|
||||
diagnostics.flake8, -- Python
|
||||
diagnostics.gitlint,
|
||||
diagnostics.jsonlint,
|
||||
diagnostics.markdownlint.with({ extra_args = { "--rules ~MD033" } }),
|
||||
diagnostics.stylelint,
|
||||
diagnostics.tsc,
|
||||
@@ -37,7 +36,6 @@ null_ls.setup({
|
||||
formatting.autopep8, -- Python
|
||||
formatting.black.with({ extra_args = { "--fast" } }), -- Python
|
||||
formatting.eslint_d,
|
||||
formatting.json_tool,
|
||||
formatting.markdownlint,
|
||||
formatting.prettierd,
|
||||
-- formatting.prettier.with({ extra_args = { "--single-quote" } }),
|
||||
|
||||
@@ -26,3 +26,10 @@ GitHub
|
||||
Django
|
||||
WordPress
|
||||
CMS
|
||||
macOS
|
||||
MacPorts
|
||||
Homebrew
|
||||
CSS
|
||||
SCSS
|
||||
PNG
|
||||
API
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user