File tree 2 files changed +12
-5
lines changed 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 2
2
test.sh
3
3
.luarc.json
4
4
nvim
5
+ plugin /packer_compiled.lua
Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ require('packer').startup(function(use)
20
20
21
21
-- Useful status updates for LSP
22
22
' j-hui/fidget.nvim' ,
23
+
24
+ -- Additional lua configuration, makes nvim stuff amazing
25
+ ' folke/neodev.nvim' ,
23
26
},
24
27
}
25
28
@@ -341,11 +344,11 @@ table.insert(runtime_path, 'lua/?/init.lua')
341
344
-- Add any additional override configuration in the following tables. They will be passed to
342
345
-- the `settings` field of the server config
343
346
local servers = {
344
- clangd = {},
345
- gopls = {},
346
- pyright = {},
347
- rust_analyzer = {},
348
- tsserver = {},
347
+ -- clangd = {},
348
+ -- gopls = {},
349
+ -- pyright = {},
350
+ -- rust_analyzer = {},
351
+ -- tsserver = {},
349
352
350
353
sumneko_lua = {
351
354
Lua = {
@@ -360,6 +363,9 @@ local servers = {
360
363
},
361
364
}
362
365
366
+ -- Setup neovim lua configuration
367
+ require (' neodev' ).setup ()
368
+
363
369
-- Setup mason so it can manage external tooling
364
370
require (' mason' ).setup ()
365
371
You can’t perform that action at this time.
0 commit comments