fixing neogit + trying new plugins
This commit is contained in:
@ -13,3 +13,10 @@ require("mason-lspconfig").setup({
|
||||
lsp_zero.default_setup,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
local codeium = require("codeium")
|
||||
codeium.setup({
|
||||
enable_chat = true,
|
||||
})
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
-- Configuration of mini.nvim plugins
|
||||
|
||||
|
||||
-- mini.map
|
||||
local map = require("mini.map")
|
||||
map.setup({
|
||||
|
6
after/plugin/notes.lua
Normal file
6
after/plugin/notes.lua
Normal file
@ -0,0 +1,6 @@
|
||||
-- Configuration of note taking setup
|
||||
|
||||
local mkdnflow = require("mkdnflow")
|
||||
mkdnflow.setup({
|
||||
wrap = true
|
||||
})
|
Reference in New Issue
Block a user