kakoune config

This commit is contained in:
Charlie Root 2024-07-16 11:13:12 +02:00
commit a920b04973
16 changed files with 174 additions and 156 deletions

View file

@ -1,12 +1,12 @@
local noice = require('noice')
--local noice = require('noice')
local no_top_text = {
opts = {
border = {
text = { top = '' },
opts = {
border = {
text = { top = '' },
},
},
},
}
--[[
-- luacheck: ignore
noice.setup({
cmdline = {
@ -18,7 +18,6 @@ noice.setup({
search_up = no_top_text,
},
},
lsp = {
override = {
['cmp.entry.get_documentation'] = true,
@ -70,3 +69,4 @@ noice.setup({
},
},
})
--]]