feat(nvim): add common-lisp stuff
This commit is contained in:
parent
840e0d2670
commit
3ea7f8f494
1 changed files with 5 additions and 5 deletions
|
@ -31,6 +31,7 @@
|
|||
"cmp-git"
|
||||
"gh-nvim"
|
||||
"rust-tools-nvim"
|
||||
"vlime"
|
||||
];
|
||||
in
|
||||
with pkgs.vimPlugins;
|
||||
|
@ -51,7 +52,9 @@
|
|||
{plugin = rust-vim;}
|
||||
{plugin = tabular;}
|
||||
{plugin = vim-nix;}
|
||||
{plugin = vim-parinfer;}
|
||||
{plugin = vim-repeat;}
|
||||
{plugin = vlime;}
|
||||
|
||||
{
|
||||
plugin = cmp-git;
|
||||
|
@ -248,11 +251,6 @@
|
|||
'';
|
||||
}
|
||||
|
||||
{
|
||||
plugin = nvim-autopairs;
|
||||
config = "lua require 'nvim-autopairs'.setup {}";
|
||||
}
|
||||
|
||||
{
|
||||
plugin = nvim-cmp;
|
||||
config = ''
|
||||
|
@ -410,6 +408,7 @@
|
|||
tree-sitter-clojure
|
||||
tree-sitter-cmake
|
||||
tree-sitter-comment
|
||||
tree-sitter-commonlisp
|
||||
tree-sitter-cpp
|
||||
tree-sitter-css
|
||||
tree-sitter-devicetree
|
||||
|
@ -434,6 +433,7 @@
|
|||
tree-sitter-rst
|
||||
tree-sitter-rust
|
||||
tree-sitter-sql
|
||||
tree-sitter-scheme
|
||||
tree-sitter-svelte
|
||||
tree-sitter-toml
|
||||
tree-sitter-typescript
|
||||
|
|
Loading…
Reference in a new issue