Compare commits
2 Commits
4545a72f7c
...
0a21fea0e1
Author | SHA1 | Date | |
---|---|---|---|
0a21fea0e1 | |||
7342dcdad1 |
@ -23,8 +23,7 @@ windows:
|
|||||||
- notes:
|
- notes:
|
||||||
panes:
|
panes:
|
||||||
- main:
|
- main:
|
||||||
- hgd notes
|
- cd ~/zettelkasten
|
||||||
- cd ../company/users/cnieves/
|
|
||||||
- vim ~/zettelkasten/Todo.md
|
- vim ~/zettelkasten/Todo.md
|
||||||
- dotfiles:
|
- dotfiles:
|
||||||
layout: main-vertical
|
layout: main-vertical
|
||||||
|
@ -17,7 +17,7 @@ local configs = require("lspconfig.configs")
|
|||||||
if use_google() then
|
if use_google() then
|
||||||
configs.ciderlsp = {
|
configs.ciderlsp = {
|
||||||
default_config = {
|
default_config = {
|
||||||
cmd = { "/google/bin/releases/cider/ciderlsp/ciderlsp", "--tooltag=nvim-cmp", "--forward_sync_responses" },
|
cmd = { "/google/bin/releases/cider/ciderlsp/ciderlsp", "--tooltag=nvim-cmp", "--forward_sync_responses", "--merge_diagnostic_layers" },
|
||||||
filetypes = { "c", "cpp", "java", "kotlin", "objc", "proto", "textproto", "go", "python", "bzl", "typescript"},
|
filetypes = { "c", "cpp", "java", "kotlin", "objc", "proto", "textproto", "go", "python", "bzl", "typescript"},
|
||||||
-- root_dir = lspconfig.util.root_pattern("BUILD"),
|
-- root_dir = lspconfig.util.root_pattern("BUILD"),
|
||||||
root_dir = function(fname)
|
root_dir = function(fname)
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
local map = require("utils").map
|
local map = require("utils").map
|
||||||
|
require("neo-tree").setup({
|
||||||
|
hijack_netrw_behavior = "open_current"
|
||||||
|
})
|
||||||
|
|
||||||
map('n', '<C-n>', ':Neotree<cr>')
|
|
||||||
|
map('n', '<C-n>', ':Neotree filesystem reveal toggle reveal_force_cwd<cr>')
|
||||||
|
Reference in New Issue
Block a user