diff options
| author | anand <anand.panchdhari@gmail.com> | 2025-12-21 14:21:10 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2025-12-21 14:21:10 +0530 |
| commit | 1902a372eeb4b800b35c8f47cb28edfe507e0508 (patch) | |
| tree | 38957ce4a86880fa9985ee9c69d3ed210c798259 /nvim/init.lua | |
| parent | 9c25787d48967577acd9c83a4fb662c49eb25bee (diff) | |
Moved some things to nix shell flakes
Diffstat (limited to 'nvim/init.lua')
| -rwxr-xr-x | nvim/init.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index 7ec606c..f6d5082 100755 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -95,8 +95,6 @@ add({ } }) -vim.lsp.enable({ 'jdtls', 'tinymist', 'clangd', 'emmet_language_server', 'lua_ls', 'neocmake', 'rust_analyzer', 'gopls' }) - -- Plugin Setup require('mason').setup() require('flutter-tools').setup {} |
