From 3afea25577798532d6f4ce35eaa38153174d1803 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Fri, 5 May 2023 17:47:38 -0500 Subject: [PATCH] abolish --- cspell.json | 2 +- init.lua | 3 ++- plugins/abolish.lua | 4 ++++ plugins/mason.lua | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 plugins/abolish.lua diff --git a/cspell.json b/cspell.json index 2fc287a..65f10e4 100644 --- a/cspell.json +++ b/cspell.json @@ -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"} diff --git a/init.lua b/init.lua index a20a2dd..afc21db 100644 --- a/init.lua +++ b/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 diff --git a/plugins/abolish.lua b/plugins/abolish.lua new file mode 100644 index 0000000..383791a --- /dev/null +++ b/plugins/abolish.lua @@ -0,0 +1,4 @@ +return { + "tpope/vim-abolish", + event = "User AstroFile", +} diff --git a/plugins/mason.lua b/plugins/mason.lua index 012224b..8c3967b 100644 --- a/plugins/mason.lua +++ b/plugins/mason.lua @@ -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" }, }, }, {