This commit is contained in:
RingOfStorms (Joshua Bell) 2023-05-05 17:47:38 -05:00
parent a37e987c2b
commit 3afea25577
4 changed files with 8 additions and 3 deletions

View file

@ -1 +1 @@
{"flagWords":[],"words":["nvim","builtins","stylua","rustfmt","pendo","tanstack"],"version":"0.2","language":"en"}
{"flagWords":[],"version":"0.2","words":["nvim","builtins","stylua","rustfmt","pendo","tanstack","ripgrep","Typeahead","overscan","autorun","mediatype"],"language":"en"}

View file

@ -5,8 +5,9 @@ vim.cmd [[
augroup END
" autocmd BufRead,BufNewFile *.ts,*.tsx,*.py,*.js,*.jsx,*.css,*.scss,*.rs,*.lua,*.html setlocal spell spelllang=en_us wrap
" autocmd BufRead,BufNewFile * setlocal spell spelllang=en_us wrap
autocmd BufRead,BufNewFile *.ts,*.tsx,*.py,*.js,*.jsx,*.css,*.scss,*.rs,*.lua,*.html setlocal wrap
set spellfile=~/.config/nvim/lua/user/en.utf-8.add

4
plugins/abolish.lua Normal file
View file

@ -0,0 +1,4 @@
return {
"tpope/vim-abolish",
event = "User AstroFile",
}

View file

@ -2,7 +2,7 @@ return {
{
"williamboman/mason-lspconfig.nvim",
opts = {
ensure_installed = { "lua_ls", "rust_analyzer", "tsserver", "pyright" },
ensure_installed = { "lua_ls", "rust_analyzer", "tsserver", "pyright", "cssls", "cssmodules_ls" },
},
},
{