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"
|
"cmp-git"
|
||||||
"gh-nvim"
|
"gh-nvim"
|
||||||
"rust-tools-nvim"
|
"rust-tools-nvim"
|
||||||
|
"vlime"
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
with pkgs.vimPlugins;
|
with pkgs.vimPlugins;
|
||||||
|
@ -51,7 +52,9 @@
|
||||||
{plugin = rust-vim;}
|
{plugin = rust-vim;}
|
||||||
{plugin = tabular;}
|
{plugin = tabular;}
|
||||||
{plugin = vim-nix;}
|
{plugin = vim-nix;}
|
||||||
|
{plugin = vim-parinfer;}
|
||||||
{plugin = vim-repeat;}
|
{plugin = vim-repeat;}
|
||||||
|
{plugin = vlime;}
|
||||||
|
|
||||||
{
|
{
|
||||||
plugin = cmp-git;
|
plugin = cmp-git;
|
||||||
|
@ -248,11 +251,6 @@
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
plugin = nvim-autopairs;
|
|
||||||
config = "lua require 'nvim-autopairs'.setup {}";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
{
|
||||||
plugin = nvim-cmp;
|
plugin = nvim-cmp;
|
||||||
config = ''
|
config = ''
|
||||||
|
@ -410,6 +408,7 @@
|
||||||
tree-sitter-clojure
|
tree-sitter-clojure
|
||||||
tree-sitter-cmake
|
tree-sitter-cmake
|
||||||
tree-sitter-comment
|
tree-sitter-comment
|
||||||
|
tree-sitter-commonlisp
|
||||||
tree-sitter-cpp
|
tree-sitter-cpp
|
||||||
tree-sitter-css
|
tree-sitter-css
|
||||||
tree-sitter-devicetree
|
tree-sitter-devicetree
|
||||||
|
@ -434,6 +433,7 @@
|
||||||
tree-sitter-rst
|
tree-sitter-rst
|
||||||
tree-sitter-rust
|
tree-sitter-rust
|
||||||
tree-sitter-sql
|
tree-sitter-sql
|
||||||
|
tree-sitter-scheme
|
||||||
tree-sitter-svelte
|
tree-sitter-svelte
|
||||||
tree-sitter-toml
|
tree-sitter-toml
|
||||||
tree-sitter-typescript
|
tree-sitter-typescript
|
||||||
|
|
Loading…
Reference in a new issue