feat(nvim): final simplication;
This commit is contained in:
parent
6f664a27bd
commit
060cb3d7a8
19 changed files with 46 additions and 163 deletions
|
|
@ -1,2 +1 @@
|
|||
vim.o.shiftwidth = 2
|
||||
vim.o.makeprg = 'node %'
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
vim.o.makeprg = 'python %'
|
||||
|
|
@ -1 +0,0 @@
|
|||
vim.o.makeprg = 'cargo run'
|
||||
|
|
@ -1 +0,0 @@
|
|||
vim.o.makeprg = 'sh %'
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- TODO: move to barrettruth/render.nvim
|
||||
vim.keymap.set('n', '<leader>t', function()
|
||||
if vim.fn.executable('sioyek') ~= 1 then
|
||||
return vim.notify('sioyek not found', vim.log.levels.ERROR)
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ vim.diagnostic.config({
|
|||
|
||||
vim.lsp.config('*', {
|
||||
on_attach = lsp.on_attach,
|
||||
flags = { debounce_text_changes = 0 },
|
||||
})
|
||||
|
||||
for _, server in ipairs({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue