abolish
This commit is contained in:
parent
a37e987c2b
commit
3afea25577
4 changed files with 8 additions and 3 deletions
|
@ -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"}
|
||||
|
|
3
init.lua
3
init.lua
|
@ -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
4
plugins/abolish.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
"tpope/vim-abolish",
|
||||
event = "User AstroFile",
|
||||
}
|
|
@ -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" },
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue